This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Need HELP w/this Notes Form!! ~Justin Minluternivu 22.Jan.04 11:05 PM a Web browser Domino Designer All ReleasesAll Platforms
The values should be encoded the same way, in "Fieldname=Fieldvalue&Fieldname=Fieldvalue" format, so you can use the same parser. The difference is that you want to parse the Request_Content of the documentcontext, rather than the Query_String. Obviously, you won't have to look for and ignore the Domino server command when POSTing. Note that unencoded strings may use "+" as a space rather than %20.